home *** CD-ROM | disk | FTP | other *** search
- object frmConnect: TfrmConnect
- Left = 497
- Top = 332
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Progress'
- ClientHeight = 133
- ClientWidth = 269
- Color = clBtnFace
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = -16
- Top = -32
- Width = 394
- Height = 386
- AutoSize = True
- end
- object Label1: TLabel
- Left = 12
- Top = 24
- Width = 245
- Height = 29
- Alignment = taCenter
- AutoSize = False
- Caption = 'Initializing'
- Transparent = True
- WordWrap = True
- end
- object Button1: TButton
- Left = 99
- Top = 96
- Width = 73
- Height = 25
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = Button1Click
- end
- object SEProgress1: TSEProgress
- Left = 12
- Top = 56
- Width = 245
- Height = 21
- Color = clBlack
- BevelOuter = bvLowered
- Position = 0
- Max = 245
- Min = 0
- Frame = 2
- ShowBorder = True
- UnknownMax = True
- BarColor = clScrollBar
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 30
- OnTimer = Timer1Timer
- Left = 12
- Top = 92
- end
- object Timer2: TTimer
- Enabled = False
- Interval = 3000
- OnTimer = Timer2Timer
- Left = 44
- Top = 92
- end
- end
-